ContentsIndexHome
PreviousUpNext
IDataView.setValuesCMO Method (params String[])

Sets the values for the complete domain of the data, by passing all the values as a dense array in column major order. Applies to string and (if the range is no subset of Integers) element valued data.

C#
void setValuesCMO(params String[] values);
Parameters 
Description 
params String[] values 
The new values of the data, supplied in column major ordering.